home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / sun / volume2 / calentool / patch6 < prev    next >
Encoding:
Internet Message Format  |  1990-02-04  |  42.8 KB

  1. Subject:  v02i007:  calentool - patch level 6, Part 1/1
  2. Newsgroups: comp.sources.sun
  3. Approved: mcgrew@aramis.rutgers.edu
  4.  
  5. Submitted-by: Bill Randle <billr@saab.cna.tek.com>
  6. Posting-number: Volume 2, Issue 7
  7. Archive-name: calentool/patch6
  8.  
  9.  
  10.     [This is a quick turn patch to fix the two bugs that have
  11.      been discovered in calentool 2.1p5. It also includes a
  12.      patch for the "world" dates file and a new copy of the
  13.      "space" dates file (the diff would be > the original).
  14.      Use "patch -p <patches06" to apply the patch file.
  15.      The versions on saab, titan and uunet will be updated
  16.      when I get a chance. I'll also put a copy of this file
  17.      there.  -br]
  18.  
  19. [ Note: Do patchlevel 5 (4 parts) before patchlevel 6.  I encountered
  20.   some slight trouble with patchlevel 6, but decidedly minor.  -CWM]
  21.  
  22. #! /bin/sh
  23. # This is a shell archive.  Remove anything before this line, then unpack
  24. # it by saving it into a file and typing "sh file".  To overwrite existing
  25. # files, type "sh file -c".  You can also feed this as standard input via
  26. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  27. # will see the following message at the end:
  28. #        "End of shell archive."
  29. # Contents:  patches06 dates/space
  30. # Wrapped by billr@saab on Thu Jan  4 15:10:27 1990
  31. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  32. if test -f 'patches06' -a "${1}" != "-c" ; then 
  33.   echo shar: Will not clobber existing file \"'patches06'\"
  34. else
  35. echo shar: Extracting \"'patches06'\" \(15111 characters\)
  36. sed "s/^X//" >'patches06' <<'END_OF_FILE'
  37. X*** /tmp/,RCSt1a14217    Thu Jan  4 14:29:02 1990
  38. X--- Makefile    Thu Jan  4 14:28:40 1990
  39. X***************
  40. X*** 1,4
  41. X! # $Header: Makefile,v 2.4 89/12/19 12:25:42 billr Exp $
  42. X  #
  43. X  #DATELIB_DIR  Directory containing the Date Library
  44. X  #PRINT_CMD    Command to send postscript to appropriate printer
  45. X
  46. X--- 1,4 -----
  47. X! # $Header: Makefile,v 2.5 90/01/04 14:28:28 billr Exp $
  48. X  #
  49. X  #DATELIB_DIR  Directory containing the Date Library
  50. X  #PRINT_CMD    Command to send postscript to appropriate printer
  51. X***************
  52. X*** 34,39
  53. X  
  54. X  CC = cc
  55. X  DEFINES=  #-DDATELIB_DIR=\"./dates\" -DSTART_HOUR=7 -DEND_HOUR=19 -DSTART_YEAR=88
  56. X  CFLAGS=    -g ${DEFINES}
  57. X  CC_CFLAGS = ${CFLAGS} -DCALENCHECK
  58. X  LIBS=    -lsuntool -lsunwindow -lpixrect -lm
  59. X
  60. X--- 34,41 -----
  61. X  
  62. X  CC = cc
  63. X  DEFINES=  #-DDATELIB_DIR=\"./dates\" -DSTART_HOUR=7 -DEND_HOUR=19 -DSTART_YEAR=88
  64. X+ # Warning: SunOS 4.x: Using -O[n] on "wpaint.c" causes the week display
  65. X+ # to not work properly. Other files seem to compile OK with -O[1-4].
  66. X  CFLAGS=    -g ${DEFINES}
  67. X  CC_CFLAGS = ${CFLAGS} -DCALENCHECK
  68. X  LIBS=    -lsuntool -lsunwindow -lpixrect -lm
  69. X*** /tmp/,RCSt1a14398    Thu Jan  4 15:09:36 1990
  70. X--- PATCHLOG    Thu Jan  4 15:09:06 1990
  71. X***************
  72. X*** 1,4
  73. X! # $Header: PATCHLOG,v 2.6 89/12/15 17:13:23 billr Exp $
  74. X  
  75. X  #$Log:    PATCHLOG,v $
  76. X  # Revision 2.6  89/12/15  17:13:23  billr
  77. X
  78. X--- 1,4 -----
  79. X! # $Header: PATCHLOG,v 2.7 90/01/04 15:08:48 billr Exp $
  80. X  
  81. X  #$Log:    PATCHLOG,v $
  82. X  # Revision 2.7  90/01/04  15:08:48  billr
  83. X***************
  84. X*** 1,6
  85. X  # $Header: PATCHLOG,v 2.6 89/12/15 17:13:23 billr Exp $
  86. X  
  87. X  #$Log:    PATCHLOG,v $
  88. X  # Revision 2.6  89/12/15  17:13:23  billr
  89. X  # Patchlevel 5 of calentool fixes the following bugs and adds features:
  90. X  # 
  91. X
  92. X--- 1,21 -----
  93. X  # $Header: PATCHLOG,v 2.7 90/01/04 15:08:48 billr Exp $
  94. X  
  95. X  #$Log:    PATCHLOG,v $
  96. X+ # Revision 2.7  90/01/04  15:08:48  billr
  97. X+ # Patchlevel 6 of calentool fixes the following bugs:
  98. X+ # 
  99. X+ #===========
  100. X+ #Bugs Fixed:
  101. X+ #===========
  102. X+ #Fix bug where holidays are not shown in the day display if there
  103. X+ #    are no regular appointments for that day. <smb@research.att.com>,
  104. X+ #    <phil@grumpy.cgrg.ohio-state.edu>
  105. X+ #Fix bug that caused the year display to be off by one on its display.
  106. X+ #    <seamans@seaimage@nlm.nih.gov>, <shen@burma.crd.ge.COM>
  107. X+ #Fixed typos in the world and space date files. <rodgers@maxwell.mmwb.ucsf.edu>
  108. X+ #Added a warning to the Makefile regarding optimizing the "wpaint.c" file.
  109. X+ #    <seamans@seaimage@nlm.nih.gov>
  110. X+ #
  111. X  # Revision 2.6  89/12/15  17:13:23  billr
  112. X  # Patchlevel 5 of calentool fixes the following bugs and adds features:
  113. X  # 
  114. X*** /tmp/,RCSt1a14237    Thu Jan  4 14:31:04 1990
  115. X--- dpaint.c    Thu Jan  4 14:30:43 1990
  116. X***************
  117. X*** 1,5
  118. X  /*
  119. X!  * $Header: dpaint.c,v 2.4 89/12/15 17:17:25 billr Exp $
  120. X   */
  121. X  /*
  122. X   * dpaint.c
  123. X
  124. X--- 1,5 -----
  125. X  /*
  126. X!  * $Header: dpaint.c,v 2.5 90/01/04 14:30:12 billr Exp $
  127. X   */
  128. X  /*
  129. X   * dpaint.c
  130. X***************
  131. X*** 224,230
  132. X       * First check to see if the user has selected any holiday
  133. X       * options and add them in.
  134. X       */
  135. X!     if (a_dates(&appt, holiday_a))
  136. X          add_note(&appt);
  137. X      if (c_dates(&appt, holiday_c))
  138. X          add_note(&appt);
  139. X
  140. X--- 224,231 -----
  141. X       * First check to see if the user has selected any holiday
  142. X       * options and add them in.
  143. X       */
  144. X!     if (a_dates(&appt, holiday_a)) {
  145. X!         some_appt |= (holiday_a == 1 ? SOME_MKNOTES : SOME_NOTES);
  146. X          add_note(&appt);
  147. X      }
  148. X      if (c_dates(&appt, holiday_c)) {
  149. X***************
  150. X*** 226,232
  151. X       */
  152. X      if (a_dates(&appt, holiday_a))
  153. X          add_note(&appt);
  154. X!     if (c_dates(&appt, holiday_c))
  155. X          add_note(&appt);
  156. X      working(FALSE);
  157. X      if (i = i_dates(&appt, holiday_i))
  158. X
  159. X--- 227,235 -----
  160. X      if (a_dates(&appt, holiday_a)) {
  161. X          some_appt |= (holiday_a == 1 ? SOME_MKNOTES : SOME_NOTES);
  162. X          add_note(&appt);
  163. X!     }
  164. X!     if (c_dates(&appt, holiday_c)) {
  165. X!         some_appt |= (holiday_c == 1 ? SOME_MKNOTES : SOME_NOTES);
  166. X          add_note(&appt);
  167. X      }
  168. X      working(FALSE);
  169. X***************
  170. X*** 228,233
  171. X          add_note(&appt);
  172. X      if (c_dates(&appt, holiday_c))
  173. X          add_note(&appt);
  174. X      working(FALSE);
  175. X      if (i = i_dates(&appt, holiday_i))
  176. X          if (i == 2) {
  177. X
  178. X--- 231,237 -----
  179. X      if (c_dates(&appt, holiday_c)) {
  180. X          some_appt |= (holiday_c == 1 ? SOME_MKNOTES : SOME_NOTES);
  181. X          add_note(&appt);
  182. X+     }
  183. X      working(FALSE);
  184. X      if (i = i_dates(&appt, holiday_i))
  185. X          if (i == 2) {
  186. X***************
  187. X*** 240,246
  188. X              /* now second half of string in the next note */
  189. X              strcpy(appt.str, &buf[(int)(sptr-appt.str)+1]);
  190. X              add_note(&appt);
  191. X!         } else
  192. X              add_note(&appt);
  193. X      working(TRUE);
  194. X      if (j_dates(&appt, holiday_j))
  195. X
  196. X--- 244,252 -----
  197. X              /* now second half of string in the next note */
  198. X              strcpy(appt.str, &buf[(int)(sptr-appt.str)+1]);
  199. X              add_note(&appt);
  200. X!             some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
  201. X!         } else {
  202. X!             some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
  203. X              add_note(&appt);
  204. X          }
  205. X      working(TRUE);
  206. X***************
  207. X*** 242,247
  208. X              add_note(&appt);
  209. X          } else
  210. X              add_note(&appt);
  211. X      working(TRUE);
  212. X      if (j_dates(&appt, holiday_j))
  213. X          add_note(&appt);
  214. X
  215. X--- 248,254 -----
  216. X          } else {
  217. X              some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
  218. X              add_note(&appt);
  219. X+         }
  220. X      working(TRUE);
  221. X      if (j_dates(&appt, holiday_j)) {
  222. X          some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
  223. X***************
  224. X*** 243,249
  225. X          } else
  226. X              add_note(&appt);
  227. X      working(TRUE);
  228. X!     if (j_dates(&appt, holiday_j))
  229. X          add_note(&appt);
  230. X      if (s_dates(&appt, holiday_s))
  231. X          add_note(&appt);
  232. X
  233. X--- 250,257 -----
  234. X              add_note(&appt);
  235. X          }
  236. X      working(TRUE);
  237. X!     if (j_dates(&appt, holiday_j)) {
  238. X!         some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
  239. X          add_note(&appt);
  240. X      }
  241. X      if (s_dates(&appt, holiday_s)) {
  242. X***************
  243. X*** 245,251
  244. X      working(TRUE);
  245. X      if (j_dates(&appt, holiday_j))
  246. X          add_note(&appt);
  247. X!     if (s_dates(&appt, holiday_s))
  248. X          add_note(&appt);
  249. X  #endif
  250. X              
  251. X
  252. X--- 253,261 -----
  253. X      if (j_dates(&appt, holiday_j)) {
  254. X          some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
  255. X          add_note(&appt);
  256. X!     }
  257. X!     if (s_dates(&appt, holiday_s)) {
  258. X!         some_appt |= (holiday_s == 1 ? SOME_MKNOTES : SOME_NOTES);
  259. X          add_note(&appt);
  260. X      }
  261. X  #endif
  262. X***************
  263. X*** 247,252
  264. X          add_note(&appt);
  265. X      if (s_dates(&appt, holiday_s))
  266. X          add_note(&appt);
  267. X  #endif
  268. X              
  269. X      /*
  270. X
  271. X--- 257,263 -----
  272. X      if (s_dates(&appt, holiday_s)) {
  273. X          some_appt |= (holiday_s == 1 ? SOME_MKNOTES : SOME_NOTES);
  274. X          add_note(&appt);
  275. X+     }
  276. X  #endif
  277. X              
  278. X      /*
  279. X*** /tmp/,RCSt1a14252    Thu Jan  4 14:32:26 1990
  280. X--- patchlevel.h    Thu Jan  4 14:31:58 1990
  281. X***************
  282. X*** 1,5
  283. X  /*
  284. X!  * $Header: patchlevel.h,v 2.6 89/12/15 17:18:00 billr Exp $
  285. X   */
  286. X  /*
  287. X   * patchlevel.h - current patchlevel of calentool program
  288. X
  289. X--- 1,5 -----
  290. X  /*
  291. X!  * $Header: patchlevel.h,v 2.7 90/01/04 14:31:42 billr Exp $
  292. X   */
  293. X  /*
  294. X   * patchlevel.h - current patchlevel of calentool program
  295. X***************
  296. X*** 5,8
  297. X   * patchlevel.h - current patchlevel of calentool program
  298. X   */
  299. X  
  300. X! #define PATCHLEVEL    5
  301. X
  302. X--- 5,8 -----
  303. X   * patchlevel.h - current patchlevel of calentool program
  304. X   */
  305. X  
  306. X! #define PATCHLEVEL    6
  307. X*** /tmp/,RCSt1a14262    Thu Jan  4 14:33:27 1990
  308. X--- version.c    Thu Jan  4 14:33:10 1990
  309. X***************
  310. X*** 1,5
  311. X  /*
  312. X!  * $Header: version.c,v 2.6 89/12/15 17:18:32 billr Exp $
  313. X   */
  314. X  /*
  315. X   * version.c - current version of calentool program
  316. X
  317. X--- 1,5 -----
  318. X  /*
  319. X!  * $Header: version.c,v 2.7 90/01/04 14:33:02 billr Exp $
  320. X   */
  321. X  /*
  322. X   * version.c - current version of calentool program
  323. X***************
  324. X*** 24,27
  325. X   * notice remains intact.
  326. X   */
  327. X  
  328. X! char version[] = "Calendar Tool V2.1p5";
  329. X
  330. X--- 24,27 -----
  331. X   * notice remains intact.
  332. X   */
  333. X  
  334. X! char version[] = "Calendar Tool V2.1p6";
  335. X*** /tmp/,RCSt1a14267    Thu Jan  4 14:34:09 1990
  336. X--- ypaint.c    Thu Jan  4 14:29:46 1990
  337. X***************
  338. X*** 1,5
  339. X  /*
  340. X!  * $Header: ypaint.c,v 2.2 89/12/15 17:18:43 billr Exp $
  341. X   */
  342. X  /*
  343. X   * ypaint.c
  344. X
  345. X--- 1,5 -----
  346. X  /*
  347. X!  * $Header: ypaint.c,v 2.3 90/01/04 14:29:27 billr Exp $
  348. X   */
  349. X  /*
  350. X   * ypaint.c
  351. X***************
  352. X*** 33,39
  353. X  {
  354. X      int monthnr, daynr, boxnr, i, j, k, thismonth;
  355. X      int row, col, x, y;
  356. X!     int busy_today[366], startbox, nrdays, yrday, extra_days;
  357. X      char title[5], c[3], buf[100];
  358. X      Rect *rect;
  359. X      struct tm Save;
  360. X
  361. X--- 33,39 -----
  362. X  {
  363. X      int monthnr, daynr, boxnr, i, j, k, thismonth;
  364. X      int row, col, x, y;
  365. X!     int busy_today[367], startbox, nrdays, yrday, extra_days;
  366. X      char title[5], c[3], buf[100];
  367. X      Rect *rect;
  368. X      struct tm Save;
  369. X***************
  370. X*** 61,67
  371. X      print_button(TRUE);
  372. X  
  373. X      /* Which days have appointments? */
  374. X!     for (i=0; i<dysize(current.tm_year + 1900); i++)
  375. X          busy_today[i] = 0;
  376. X      Save = current;
  377. X      current.tm_mon = JAN;
  378. X
  379. X--- 61,67 -----
  380. X      print_button(TRUE);
  381. X  
  382. X      /* Which days have appointments? */
  383. X!     for (i=1; i<=dysize(current.tm_year + 1900); i++)
  384. X          busy_today[i] = 0;
  385. X      Save = current;
  386. X      current.tm_mon = JAN;
  387. X***************
  388. X*** 187,193
  389. X       * check to see if the user has selected any holiday
  390. X       * options and add them in.
  391. X       */
  392. X!     for (i=0; i<dysize(current.tm_year + 1900); i++) {
  393. X          working(TRUE);
  394. X          if (holiday_a == 1 && a_dates(&appt, holiday_a))
  395. X              busy_today[i]++;
  396. X
  397. X--- 187,193 -----
  398. X       * check to see if the user has selected any holiday
  399. X       * options and add them in.
  400. X       */
  401. X!     for (i=1; i<=dysize(current.tm_year + 1900); i++) {
  402. X          working(TRUE);
  403. X          if (holiday_a == 1 && a_dates(&appt, holiday_a))
  404. X              busy_today[i]++;
  405. X***************
  406. X*** 228,234
  407. X  
  408. X      /* draw months */
  409. X      monthnr = 0;
  410. X!     yrday = 0;
  411. X      extra_days = 0;
  412. X      if (monday_first) {
  413. X          if (First.tm_wday == SUN)
  414. X
  415. X--- 228,234 -----
  416. X  
  417. X      /* draw months */
  418. X      monthnr = 0;
  419. X!     yrday = 1;
  420. X      extra_days = 0;
  421. X      if (monday_first) {
  422. X          if (First.tm_wday == SUN)
  423. X*** /tmp/,RCSt1a13496    Thu Jan  4 10:24:27 1990
  424. X--- dates/world    Thu Jan  4 10:23:34 1990
  425. X***************
  426. X*** 1,5
  427. X  # CalenTool V2 - DO NOT REMOVE THIS LINE
  428. X! # $Header: world,v 2.3 89/12/18 17:14:00 billr Exp $
  429. X  # Special days file for calentool (rel 2.1); modified from network posting by
  430. X  # RPC Rodgers, UCSF, Nov. 1988
  431. X  # Various holidays commemorated around the world (non-US and Canadian)
  432. X
  433. X--- 1,5 -----
  434. X  # CalenTool V2 - DO NOT REMOVE THIS LINE
  435. X! # $Header: world,v 2.4 90/01/04 10:23:23 billr Exp $
  436. X  # Special days file for calentool (rel 2.1); modified from network posting by
  437. X  # RPC Rodgers, UCSF, Nov. 1988
  438. X  # Various holidays commemorated around the world (non-US and Canadian)
  439. X***************
  440. X*** 41,47
  441. X  ** 01 23 99 99 00 Feast of St. Ildefonsus
  442. X  ** 01 24 99 99 00 Economic Liberation Day (Togo)
  443. X  ** 01 26 99 99 00 Republic Day (India)
  444. X! ** 01 26 99 99 00 Australia Day (Australia)
  445. X  ** 02 01 99 99 00 Chinese New Year Holiday (3 days) (Taiwan)
  446. X  ** 02 03 99 99 00 Setsubun, Change of Season or "Bean Throwing Night" (Japan)
  447. X  ** 02 04 99 99 00 Independence Commemoration Day (Sri Lanka)
  448. X
  449. X--- 41,47 -----
  450. X  ** 01 23 99 99 00 Feast of St. Ildefonsus
  451. X  ** 01 24 99 99 00 Economic Liberation Day (Togo)
  452. X  ** 01 26 99 99 00 Republic Day (India)
  453. X! ** 01 26 99 99 00 Australia Day; observed on nearest Monday (Australia)
  454. X  ** 02 01 99 99 00 Chinese New Year Holiday (3 days) (Taiwan)
  455. X  ** 02 03 99 99 00 Setsubun, Change of Season or "Bean Throwing Night" (Japan)
  456. X  ** 02 04 99 99 00 Independence Commemoration Day (Sri Lanka)
  457. X***************
  458. X*** 358,365
  459. X  ** 09 24 99 99 00 Republic Day (Trinidad, Tobago)
  460. X  ** 09 25 99 99 00 Army Day (Mozambique)
  461. X  ** 09 25 99 99 00 Referendum Day (Rwanda)
  462. X! ** 09 26 99 99 00 National Day (Maldives, Yemen Deomcratic Republic)
  463. X! ** 09 26 99 99 00 Revolution Anniversary Day (Yemen Arab)
  464. X  ** 09 27 99 99 00 Feast of Finding the True Cross (Ethiopia)
  465. X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
  466. X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
  467. X
  468. X--- 358,365 -----
  469. X  ** 09 24 99 99 00 Republic Day (Trinidad, Tobago)
  470. X  ** 09 25 99 99 00 Army Day (Mozambique)
  471. X  ** 09 25 99 99 00 Referendum Day (Rwanda)
  472. X! ** 09 26 99 99 00 National Day (Maldives, Yemen Democratic Republic)
  473. X! ** 09 26 99 99 00 Revolution Anniversary Day (Yemen Arab Republic)
  474. X  ** 09 27 99 99 00 Feast of Finding the True Cross (Ethiopia)
  475. X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
  476. X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
  477. X***************
  478. X*** 364,369
  479. X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
  480. X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
  481. X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
  482. X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
  483. X  ** 10 01 99 99 00 Independence Day (Nigeria)
  484. X  #** 10 01 99 99 00 Labor Day (Australia) [really 1st Monday in October]
  485. X
  486. X--- 364,370 -----
  487. X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
  488. X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
  489. X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
  490. X+ ** 10 Mo 99 99 00 [1] Labor Day (Australia)
  491. X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
  492. X  ** 10 01 99 99 00 Independence Day (Nigeria)
  493. X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
  494. X***************
  495. X*** 366,372
  496. X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
  497. X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
  498. X  ** 10 01 99 99 00 Independence Day (Nigeria)
  499. X- #** 10 01 99 99 00 Labor Day (Australia) [really 1st Monday in October]
  500. X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
  501. X  ** 10 01 99 99 00 Public Holiday (Botswanna)
  502. X  ** 10 02 99 99 00 Anniversary of Guinean Independence (Guinea)
  503. X
  504. X--- 367,372 -----
  505. X  ** 10 Mo 99 99 00 [1] Labor Day (Australia)
  506. X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
  507. X  ** 10 01 99 99 00 Independence Day (Nigeria)
  508. X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
  509. X  ** 10 01 99 99 00 Public Holiday (Botswanna)
  510. X  ** 10 02 99 99 00 Anniversary of Guinean Independence (Guinea)
  511. X***************
  512. X*** 398,404
  513. X  ** 10 12 99 99 00 Our Lady Aparecida Day (Brazil)
  514. X  ** 10 12 99 99 00 Pan American Day (Belize)
  515. X  ** 10 13 99 99 00 St. Edward's Day - patron saint of England
  516. X! ** 10 14 99 99 00 National Day (Yemen Arab Repyblic)
  517. X  ** 10 14 99 99 00 Young People's Day (Zaire)
  518. X  ** 10 15 99 99 00 Evacuation Day (Tunisia)
  519. X  ** 10 17 99 99 00 Anniversary of Dessaline's Death (Haiti)
  520. X
  521. X--- 398,404 -----
  522. X  ** 10 12 99 99 00 Our Lady Aparecida Day (Brazil)
  523. X  ** 10 12 99 99 00 Pan American Day (Belize)
  524. X  ** 10 13 99 99 00 St. Edward's Day - patron saint of England
  525. X! ** 10 14 99 99 00 National Day (Yemen Arab Republic)
  526. X  ** 10 14 99 99 00 Young People's Day (Zaire)
  527. X  ** 10 15 99 99 00 Evacuation Day (Tunisia)
  528. X  ** 10 17 99 99 00 Anniversary of Dessaline's Death (Haiti)
  529. X***************
  530. X*** 466,472
  531. X  ** 11 29 99 99 00 Goodwill Day (Liberia)
  532. X  ** 11 29 99 99 00 Liberation Day (Albania)
  533. X  ** 11 29 99 99 00 National Day (Burma)
  534. X! ** 11 30 99 99 00 Independence Day (Barbados, Yemen Deomcratic Republic)
  535. X  ** 11 30 99 99 00 National Day (Benin)
  536. X  ** 11 30 99 99 00 National Heroes Day (Philippines)
  537. X  ** 12 01 99 99 00 Anniversary of Restoration of Independence (Portugal)
  538. X
  539. X--- 466,472 -----
  540. X  ** 11 29 99 99 00 Goodwill Day (Liberia)
  541. X  ** 11 29 99 99 00 Liberation Day (Albania)
  542. X  ** 11 29 99 99 00 National Day (Burma)
  543. X! ** 11 30 99 99 00 Independence Day (Barbados, Yemen Democratic Republic)
  544. X  ** 11 30 99 99 00 National Day (Benin)
  545. X  ** 11 30 99 99 00 National Heroes Day (Philippines)
  546. X  ** 12 01 99 99 00 Anniversary of Restoration of Independence (Portugal)
  547. END_OF_FILE
  548. if test 15111 -ne `wc -c <'patches06'`; then
  549.     echo shar: \"'patches06'\" unpacked with wrong size!
  550. fi
  551. # end of 'patches06'
  552. fi
  553. if test -f 'dates/space' -a "${1}" != "-c" ; then 
  554.   echo shar: Will not clobber existing file \"'dates/space'\"
  555. else
  556. echo shar: Extracting \"'dates/space'\" \(25772 characters\)
  557. sed "s/^X//" >'dates/space' <<'END_OF_FILE'
  558. X# CalenTool V2 - DO NOT REMOVE THIS LINE
  559. X# $Header: space,v 2.2 90/01/04 14:51:31 billr Exp $
  560. X# Special days file for calentool (rel 2.1)
  561. X# Submitted by Steve Gilbreath <steve@prism.gatech.edu>
  562. X# Space events of note
  563. X#
  564. X** 01 01 99 99 00 Ceres asteroid discovered (1801)
  565. X** 01 02 99 99 00 Mariner 9 begins mapping Mars (1972)
  566. X** 01 04 99 99 00 Luna 1 first craft to leave Earth's gravity (1959)
  567. X** 01 05 99 99 00 Jovian moon Elara discovered by Charles Perrine (1905)
  568. X** 01 05 99 99 00 Venera 5 launched toward Venus (1969)
  569. X** 01 05 99 99 00 NASA announces development of Space Shuttle (1972)
  570. X** 01 05 99 99 00 Salyut 4, crew of 2, launched for 30 day mission (1975)
  571. X** 01 07 99 99 00 Jovian moons Io, Europa, and Callisto discovered by Galileo discovers (1610)
  572. X** 01 08 99 99 00 Galileo dies (1642)
  573. X** 01 10 99 99 00 First radar contact with Moon (1946)
  574. X** 01 10 99 99 00 Venera 6 launched toward Venus (1969)
  575. X** 01 11 99 99 00 Uranian moons Titania and Oberon discovered by William Herschel (1787)
  576. X** 01 13 99 99 00 Ganymede discovered by Galileo (1610)
  577. X** 01 14 99 99 00 Edmond Halley dies (1742)
  578. X** 01 14 99 99 00 Soyuz 4 launched (1968)
  579. X** 01 15 99 99 00 Soyuz 5 launched (1968)
  580. X** 01 17 99 99 00 Soyuz 4 & 5 complete first docking of 2 manned spacecraft (1968)
  581. X** 01 17 99 99 00 Hermes rocket launched by ESA (1976)
  582. X** 01 22 99 99 00 Apollo 5 launched to Moon, unmanned lunar module tests (1968)
  583. X** 01 24 99 99 00 51-C Discovery launched; first DoD mission (1985)
  584. X** 01 25 99 99 00 J. L. Lagrange born (1736)
  585. X** 01 25 99 99 00 Echo 2, first joint US/USSR satellite (1964)
  586. X** 01 27 99 99 00 Grissom, Chaffee & White die in Apollo 1 fire (1967)
  587. X** 01 28 99 99 00 Johannes Hevelius dies (1687)
  588. X** 01 29 99 99 00 41- (STS-11) Challenger launched (1984)
  589. X** 01 30 99 99 00 US/Canada launch ISIS 1 to study ionosphere (1969)
  590. X** 01 31 99 99 00 Explorer 1 launched (1958)
  591. X** 01 31 99 99 00 James van Allen discovers the Van Allen radiation belt (1958)
  592. X** 01 31 99 99 00 Ham is first primate in space (158 miles) aboard Mercury/Redstone 2 (1961)
  593. X** 01 31 99 99 00 Luna 9 launched for Moon (1966)
  594. X** 01 31 99 99 00 Apollo 14 launched toward Moon (1971)
  595. X** 02 03 99 99 00 Luna 9 first craft to softland on Moon (1966)
  596. X** 02 04 99 99 00 Clyde Tombaugh born (1906)
  597. X** 02 05 99 99 00 Apollo 14 lands on Moon (1971)
  598. X** 02 07 99 99 00 Bruce McCandless makes first untethered space walk (1984)
  599. X** 02 11 99 99 00 Japan becomes fourth nation to launch artificial satellite (1970)
  600. X** 02 14 99 99 00 Luna 20 launched to orbit & land on Moon (1972)
  601. X** 02 15 99 99 00 Galileo born (1564)
  602. X** 02 16 99 99 00 Giordano Bruno burned at stake (1600)
  603. X** 02 18 99 99 00 Pluto discovered by Clyde Tombaugh (1930)
  604. X** 02 19 99 99 00 Nicolaus Copernicus born (1473)
  605. X** 02 20 99 99 00 John Glenn Becomes first American to orbit Earth (1962)
  606. X** 02 21 99 99 00 George Ellery Hale dies (1938)
  607. X** 02 22 99 99 00 Russell Porter dies (1949)
  608. X** 02 24 99 99 00 Discovery of first pulsar announced (1968)
  609. X** 02 24 99 99 00 Mariner 6 launched for Mars flyby (1969)
  610. X** 02 28 99 99 00 First polar orbiting satellite, Discoverer 1, launched (1959)
  611. X** 03 01 99 99 00 Venera 3, first probe to land on Venus (1966)
  612. X** 03 02 99 99 00 Pioneer 10 launched for Jupiter flyby (1972)
  613. X** 03 04 99 99 00 Pioneer 4 makes first US lunar flyby (1959)
  614. X** 03 05 99 99 00 Gerardus Mercator born (1512)
  615. X** 03 05 99 99 00 Voyager 1 flies past Jupiter (1979)
  616. X** 03 06 99 99 00 Josephvon Fraunhaufer bor (1787)
  617. X** 03 07 99 99 00 John Herschel born (1792)
  618. X** 03 10 99 99 00 Uranus' rings discovered (1977)
  619. X** 03 13 99 99 00 William Herschel discoveres Uranus (1781)
  620. X** 03 14 99 99 00 Albert Einstein born (1879)
  621. X** 03 15 99 99 00 Nicolas Louis de Lacaille born (1713)
  622. X** 03 16 99 99 00 Caroline Herschel born (1750)
  623. X** 03 16 99 99 00 Goddard launches first liquid fueled rocket (1926)
  624. X** 03 17 99 99 00 Shape of Earth measured by Vanguard 1 (1958)
  625. X** 03 18 99 99 00 First space walk made by Alexei Leonov (1965)
  626. X** 03 20 99 99 00 Isaac Newton dies (1727)
  627. X** 03 23 99 99 00 First photograph of Moon (1840)
  628. X** 03 23 99 99 00 Gemini 3 completes 3 Earth orbits (1965)
  629. X** 03 25 99 99 00 Christiaan Huygens discovers Titan (1655)
  630. X** 03 27 99 99 00 Palla (asteroid) discovered by Heinrich Olbers (1802)
  631. X** 03 27 99 99 00 Vest (asteroid) discovered by Olbers (1807)
  632. X** 03 27 99 99 00 Gagarin and Seryogin die in aircraft accident (1968)
  633. X** 03 31 99 99 00 Luna 10 launched to Moon (1966)
  634. X** 04 01 99 99 00 TIROS 1 launched; first Earth meteorological satellite (1960)
  635. X** 04 01 99 99 00 US/Canada ISIS II launched to study the ionosphere (1971)
  636. X** 04 02 99 99 00 NACA was renamed National Aeronautics Space Agency (1958)
  637. X** 04 03 99 99 00 Soviet Union announces success of Luna 10, first spacecraft to achieve lunar orbit (1966)
  638. X** 04 04 99 99 00 (Unmanned) Apollo 6 launched atop Saturn V (1968)
  639. X** 04 04 99 99 00 Maiden voyage of STS Challenger (1983)
  640. X** 04 05 99 99 00 ATS II launched but failed to reach orbit (1967)
  641. X** 04 05 99 99 00 USSR Salyut 4 launched, fails to reach orbit, lands off course in snowstorm and rolls down a ravine; lines snag, saving lives of both cosmonauts (1975)
  642. X** 04 06 99 99 00 First Intelsat (Early Bird) launched (1965)
  643. X** 04 06 99 99 00 Liftoff of Challenger 41C (1984)
  644. X** 04 06 99 99 00 Pioneer 11 launched to Jupiter & Saturn (1973)
  645. X** 04 07 99 99 00 STS-6 mission specialist Story Musgrave and Don Peterson perform first spacewalk (1983)
  646. X** 04 08 99 99 00 (Unmanned) Gemini 1 launched (1964)
  647. X** 04 09 99 99 00 First 7 astronauts presented to press: Shepard, Glenn, Cooper, Schirra, Grissom, and Slayton (1959)
  648. X** 04 09 99 99 00 Challenger returned (1983)
  649. X** 04 09 99 99 00 Two cosmonauts launched in Salyut 6; 185 day mission (1980)
  650. X** 04 11 99 99 00 Apollo 13 Moon launch: Lovell, Haise, Swigert (1970)
  651. X** 04 11 99 99 00 Celestial mechanics "Pinky" Nelson and "Ox" van Hoffen repair Solar Max satellite during 7 hour EVA in payload bay (1984)
  652. X** 04 12 99 99 00 Launch of Discover (STS-16) 51-D; Bobko, Williams, Garn, Griggs, Seddon, Hoffman, Walker (1985)
  653. X** 04 12 99 99 00 Original launch date for Columbia's maiden voyage; computer fails (1981)
  654. X** 04 12 99 99 00 Yuri Gagarin becomes first man to orbit Earth in Vostok 1 (1961)
  655. X** 04 13 99 99 00 Apollo 13 oxygen tank ruptures, destroying service module and aborting lunar landing (1970)
  656. X** 04 14 99 99 00 Christiaan Huygens born (1629), discoverer of Saturn's rings
  657. X** 04 14 99 99 00 Maiden Voyage of STS-1 into orbit: Young and Crippen (1981)
  658. X** 04 16 99 99 00 Apollo 16 launched, 5th lunar landing at Descartes Highlands: Young, Mattingly, Duke (1972)
  659. X** 04 16 99 99 00 Columbia returns (1981)
  660. X** 04 16 99 99 00 Wilbur Wright born (1867)
  661. X** 04 17 99 99 00 Apollo 13 crew returns safely to Earth (1970)
  662. X** 04 17 99 99 00 India enters space age, launching SLV-3 rocket (1983)
  663. X** 04 19 99 99 00 Discovery returns, blowing tire on landing (1985)
  664. X** 04 19 99 99 00 USSR Salyut 1 launched; first manned lab in orbit (1971)
  665. X** 04 19 99 99 00 USSR Salyut 7 space station put into orbit (1982)
  666. X** 04 20 99 99 00 American Harold Graham makes first rocket belt flight (1961)
  667. X** 04 20 99 99 00 Canadian ANIK A2 became first commercial satellite in orbit (1973)
  668. X** 04 20 99 99 00 Soyuz T-8 launched; mission aborted when capsule fails to dock with Salyut station (1983)
  669. X** 04 23 99 99 00 Advisory council for Aeronautics becomes National Advisory Council on Aeronautic, or NACA (1915)
  670. X** 04 23 99 99 00 First Soviet communications satelite launched (1965)
  671. X** 04 23 99 99 00 USSR Soyus 1 launched; Vladimir Komarov becomes first cosomonaut to make 2 flights, as well as first man to die in space after his parachute line tangles on re-entry--all Soviet manned flights cease for 18 months (1967)
  672. X** 04 24 99 99 00 China becomes 5th nation to launch artificial satellite (1970)
  673. X** 04 25 99 99 00 Mercury/Atlas rocket lifts off with electronic mannequin; when inertial guidance system fails 40 seconds after launch, rocket destroyed by range safety officer (1961)
  674. X** 04 26 99 99 00 US/UK launches Ariel, first International payload (1962)
  675. X** 05 05 99 99 00 Alan Shepard becomes first American in Space in Freedom 7; 15 min sub-orbital flight (1961)
  676. X** 05 11 99 99 00 Einstein's Theory of General Relativity presented (1916)
  677. X** 05 13 99 99 00 Soviet cosmonauts Berezovoi and Lebedev depart Baikonur Cosmodrome to begin 211 days in space, most of them aboard Salyut-7 space statio (1982)
  678. X** 05 14 99 99 00 Skylab 1 launched, damaging thermal shield (1973)
  679. X** 05 16 99 99 00 Gordon Cooper completes 22 Earth orbits in Faith 7 (1963)
  680. X** 05 17 99 99 00 Joseph Norman Lockyer born (1836), discoverer of Helium in Sun
  681. X** 05 17 99 99 00 NASA launches first synchronous Meteorological satellite SMS-1.('74)
  682. X** 05 18 99 99 00 Launch of Apollo 10 to rehearse lunar landing: Cernan, Stafford, and Young (1969)
  683. X** 05 20 99 99 00 US launches Pioneer Venus 1, produces first global radar map of Venus (1978)
  684. X** 05 24 99 99 00 Astronaut Scott Carpenter completes 3 Earth orbits in Aurora  (1962)
  685. X** 05 25 99 99 00 Arther C. Clark proposes the placement of relay satellites in geosynchronous orbit (1945)
  686. X** 05 25 99 99 00 John Kennedy declares landing a man on the Moon to be national objective (1961)
  687. X** 05 25 99 99 00 US launches first Skylab crew: Kerwin, Conrad, Weit (1973)
  688. X** 05 28 99 99 00 Astromonkeys "Able" & "Baker" zoom 300 miles into space on Jupiter missle (1959)
  689. X** 05 25 99 99 00 USSR launches Mars 3 to Mars (1971)
  690. X** 05 29 99 99 00 Einstein's Theory of General Relativity tested during solar eclipse (1919)
  691. X** 05 30 99 99 00 Mariner 9 launched; first craft to orbit Mars (1971)
  692. X** 05 31 99 99 00 Construction begins on Soviet cosmodrome launch facilitie (1955)
  693. X** 06 02 99 99 00 Surveyor 1 makes first US lunar soft landing (1966)
  694. X** 06 03 99 99 00 Ed White becomes first American to walk in space (1965)
  695. X** 06 03 99 99 00 200 inch Hale telescope dedicated (1948)
  696. X** 06 06 99 99 00 First human visit to space station; USSR Soyuz 1 (1971)
  697. X** 06 06 99 99 00 Gemini 9 completes 45 orbits after rendezvous with 'angry alligator', (Agena with undetached launch shroud): Stafford and Cernan (1966)
  698. X** 06 07 99 99 00 Gemini 4 completes 62 orbit (1965)
  699. X** 06 08 99 99 00 Soviets launch Venera 9 to Venus (1975)
  700. X** 06 09 99 99 00 Goddard patents rocket-fueled aircraft design (1931)
  701. X** 06 13 99 99 00 Pioneer 10 becomes first man-made craft to pass orbit of the farthest planet (1983)
  702. X** 06 14 99 99 00 Launch of Mariner 5 for Venus flyby (1967)
  703. X** 06 14 99 99 00 Launch of Venera 10 to Venus (1975)
  704. X** 06 15 99 99 00 USAF launches first "Big Bird" reconnaissance satellites
  705. X** 06 16 99 99 00 Valentina Tereshkova becomes first woman in space (1963)
  706. X** 06 18 99 99 00 Sally Ride becomes first US woman in space (1983)
  707. X** 06 19 99 99 00 Andrian Nikolayev and Vitalii Sevastyanov return after 18 days in Soyuz (1970)
  708. X** 06 20 99 99 00 Test flight of first rocket plane using liquid propellant (1939)
  709. X** 06 22 99 99 00 Charon, moon of Pluto, discovered by James Christ (1978)
  710. X** 06 22 99 99 00 Royal Greenwich Observatory founded (1675)
  711. X** 06 24 99 99 00 Jean-Loup Chretien, first spacionaut, lifts off with two cosmonauts for an eight day visit to the Salyut 7 space station (1982)
  712. X** 06 25 99 99 00 Hermann Oberth born (1894), Father of German Rocketry
  713. X** 06 26 99 99 00 First dedicated oceanographic satellite, SEASAT 1, launched (1978)
  714. X** 06 26 99 99 00 Charles Messier born (1730)
  715. X** 06 27 99 99 00 NASA X-15 flies at 4105 mph (1962)
  716. X** 06 29 99 99 00 Soyuz 11 docks with Salyut 1 for 22 d (1971)
  717. X** 06 30 99 99 00 Tunguska impact (1908)
  718. X** 07 02 99 99 00 Giotto launched to rendevous with Halley's Comet (1985)
  719. X** 07 03 99 99 00 Starstruck, Inc. launchs dolphin rocket off San Clemente Island (1984)
  720. X** 07 05 99 99 00 Mariner 5 flies by Mars (1967?)
  721. X** 07 06 99 99 00 Newton publishes Principia Mathematica (1687)
  722. X** 07 06 99 99 00 Soviets launch Titov in Vostok 2: 17 orbits, 25h 18m (1961)
  723. X** 07 07 99 99 00 Apollo 15 returns after 12d 7h 11 m 53 s (1971)
  724. X** 07 08 99 99 00 Pioneer-Venus 2 Multi-probe launched to Venus (1978)
  725. X** 07 09 99 99 00 Voyager 2 flies past Jupiter (1979)
  726. X** 07 10 99 99 00 Launch of first private communications satellite, Telstar (1962)
  727. X** 07 10 99 99 00 Robert Goddard dies (1945)
  728. X** 07 10 99 99 00 Orbiter 1 launched toward Moon (1966)
  729. X** 07 11 99 99 00 Debris of Skylab falls on Australia (1979)
  730. X** 07 11 99 99 00 Cosmonaut Micolaev sets record for longest space flight, 4 d (1962)
  731. X** 07 12 99 99 00 Echo I, first passive satellite launched (1960)
  732. X** 07 12 99 99 00 USSR's Sputnik 5 launched with 2 dogs (1960)
  733. X** 07 12 99 99 00 Cosmonaught Popovich enters space; first time 2 manned craft in space simultaneously (1962)
  734. X** 07 12 99 99 00 First free flight test of Enterprise (1977)
  735. X** 07 14 99 99 00 First craft to fly by Mars, Mariner 4 (1965)
  736. X** 07 15 99 99 00 US/USSR launch Apollo-Soyuz Test Project (1975)
  737. X** 07 16 99 99 00 Launch of Apollo 11: Armstrong, Aldrin, Collins (1969)
  738. X** 07 16 99 99 00 Start of SPACEWEEK
  739. X** 07 17 99 99 00 First US/USSR linkup in space (Apollo-Soyus) (1975)
  740. X** 07 17 99 99 00 First photograph of a star (Vega) (1850)
  741. X** 07 17 99 99 00 Pioneer 7 launched
  742. X** 07 18 99 99 00 Carl Sagan turns one billion seconds old (1966)
  743. X** 07 18 99 99 00 Launch of Gemini X, John Young and Mike Collins (1966)
  744. X** 07 18 99 99 00 First women to walk in space: Svetlana Savitskaya accompanies Vladimir Dzhanibekov on EVA outside Salyut 7 (1984)
  745. X** 07 20 99 99 00 First men on the Moon: Neil Armstrong, Edwin Aldrin, Apollo 11 (1969)
  746. X** 07 20 99 99 00 Voyager 2 launched (1977)
  747. X** 07 20 99 99 00 First probe to transmit from surface of Mars (Viking 1) (1976)
  748. X** 07 20 99 99 00 USSR recovers 2 dogs, first living organisms to return from space (1960)
  749. X** 07 21 99 99 00 Launch of Mercury 4 in sub-orbital flight: Grissom (1961)
  750. X** 07 21 99 99 00 Gemini 5 launched atop Titan V: Cooper & Conrad (1965)
  751. X** 07 21 99 99 00 Launch of Mercury (Liberty bell): Grissom (1961)
  752. X** 07 23 99 99 00 ERTS (EARTH RESOURCES TECHNOLOGY SATELLITE, later called LANDSAT) launched (1972)
  753. X** 07 24 99 99 00 First launch from Cape Canaveral: V-2/WAC Corporal combination
  754. X** 07 25 99 99 00 USSR launches Mars (1973)
  755. X** 07 25 99 99 00 Voyager 2 encounters Saturn (1981)
  756. X** 07 26 99 99 00 First geosynchronous satellite (Syncom 2, US) (1963)
  757. X** 07 26 99 99 00 Launch of Apollo 1 (1971)
  758. X** 07 26 99 99 00 USSR launches first intercontinental multi-stage ballistic missle (1957)
  759. X** 07 26 99 99 00 Canada's Anik D1 comsat launched by US delta rocket (1982)
  760. X** 07 26 99 99 00 USSR's Soyuz fails to dock with Salyut 3 (1974)
  761. X** 07 27 99 99 00 Mariner 2 launched toward Venus flyby mission (1962)
  762. X** 07 27 99 99 00 Pioneer 10 launched (1969)
  763. X** 07 28 99 99 00 First photograph of total solar eclipse (1851)
  764. X** 07 28 99 99 00 US launches Ranger 7 to Moon (1964)
  765. X** 07 28 99 99 00 Skylab II launched (1973)
  766. X** 07 29 99 99 00 Gemini 5 returns after 12d 7h 11m 53s (1965)
  767. X** 07 29 99 99 00 Pioneer 11 transmits images of Saturn's rings (1978)
  768. X** 07 30 99 99 00 Apollo 15 lands on Moon (1971)
  769. X** 07 30 99 99 00 STS-8: 3rd flight of Challenger, first night launch and land (1983)
  770. X** 07 30 99 99 00 STS-14: first flight of Discovery (1984)
  771. X** 07 31 99 99 00 Ranger 7 transmits first lunar close-up photos before impact (1964)
  772. X** 08 04 99 99 00 US launches first satellite into lunar orbit from manned spacecraft Apollo 15 (1971)
  773. X** 08 05 99 99 00 USSR launches Mars 6 (1973)
  774. X** 08 07 99 99 00 US launches Explorer 6 to take first satellite photo of Earth (1959)
  775. X** 08 07 99 99 00 Cosmonaut Gherman Titov circles Earth for a full day in Vostok  (1961)
  776. X** 08 08 99 99 00 US launches Pioneer Venus probe (1978)
  777. X** 08 09 99 99 00 USSR launches Mars 7 (1973)
  778. X** 08 10 99 99 00 First recovery of ejected film capsule, Discoverer 13 (1960)
  779. X** 08 10 99 99 00 Launch of Lunar Orbiter 1 (1966)
  780. X** 08 11 99 99 00 USSR launches first dual manned spacecraft flight (1962)
  781. X** 08 11 99 99 00 Martian moon Deimos discovered by Asaph Hall (1877)
  782. X** 08 12 99 99 00 First passive communications satellite, Echo 1 (1960)
  783. X** 08 13 99 99 00 Anders Jonas Angstrom born (1814)
  784. X** 08 14 99 99 00 First US lunar orbiter (1966)
  785. X** 08 17 99 99 00 USSR launches Venera 7 to Venus (1970)
  786. X** 08 17 99 99 00 Martian moon Phobos discovered by Asaph Hall (1877)
  787. X** 08 19 99 99 00 National Aviation day
  788. X** 08 19 99 99 00 Orville Wright born (1871)
  789. X** 08 19 99 99 00 Cosmonauts Lyakhov & Ryumin complete a record 175-day space flight (1979)
  790. X** 08 19 99 99 00 John Flamsteed born (1646)
  791. X** 08 20 99 99 00 Launch of Viking 1, first craft to send pictures from surface of Mars (1975)
  792. X** 08 20 99 99 00 Launch of Voyager 2 to outer solar system (1977)
  793. X** 08 22 99 99 00 NASA's X-15 attains altitude of 67 miles (1963)
  794. X** 08 24 99 99 00 Voyager 2 makes its closest approach to Neptune - 3042 miles (1989)
  795. X** 08 25 99 99 00 William Herschel dies (1822)
  796. X** 08 25 99 99 00 Voyager 2 flies past Saturn (1981)
  797. X** 08 26 99 99 00 Voyager makes its closest approach to Saturn en route to Uranus and Neptune (1981)
  798. X** 08 27 99 99 00 Launch of Mariner 2, first Venus flyby mission (1962)
  799. X** 08 28 99 99 00 Saturnian moon Enceladus discovered by William Herschel (1789)
  800. X** 08 29 99 99 00 Astronauts Cooper & Conrad complete 120 Earth orbits in Gemini 5 (1965)
  801. X** 08 30 99 99 00 Guy Bluford becomes first African-American American in space as Challenger make first night liftoff of shuttle program (1983)
  802. X** 08 30 99 99 00 Maiden Voyage of Discovery carrying first non-astronaut Charlie Walker (1984)
  803. X** 09 01 99 99 00 Pioneer 11, first craft to fly by Saturn (1979)
  804. X** 09 02 99 99 00 The asteroid Juno discovered (1804)
  805. X** 09 03 99 99 00 Viking 2 lands on Mars (1976)
  806. X** 09 04 99 99 00 NASA launches its first Orbital Geophysical Observatory (OGO-1) (1964)
  807. X** 09 05 99 99 00 Voyager 1 begins 3 year flight to Jupiter and Saturn (1977)
  808. X** 09 07 99 99 00 Bell X-2 sets unofficial world altitude record for manned aircraft 126,000+ feet (1956)
  809. X** 09 09 99 99 00 Dicovery of Jovian moon Almalthea (1892)
  810. X** 09 09 99 99 00 Viking 2 launched (1975)
  811. X** 09 11 99 99 00 James Jeans born (1877)
  812. X** 09 12 99 99 00 USSR launches Luna 2, first craft to impact another celestial body (Moon, 1959)
  813. X** 09 12 99 99 00 Gemini 11 achieves rendevous and docking during first orbit (1966)
  814. X** 09 12 99 99 00 USSR Launches Luna 16 to Moon (1970)
  815. X** 09 14 99 99 00 USSR's Zond 5 is launched on first circumlunar flight (1968)
  816. X** 09 14 99 99 00 Jovina moon Leda discovered by Charles Kowal (1974)
  817. X** 09 16 99 99 00 James Jeans die (1946)
  818. X** 09 17 99 99 00 Zond 5 completes lunar circumnavigation (1968)
  819. X** 09 19 99 99 00 Saturnian moon Hyperion discovered (1848)
  820. X** 09 20 99 99 00 German rocket engineers begin work in US (1945)
  821. X** 09 21 99 99 00 Luna 16 leaves the Moon (1970)
  822. X** 09 22 99 99 00 Zond 5 completes flight (1968)
  823. X** 09 23 99 99 00 J. Galle discovers Neptune using calculations by U.J.J.  Leverrier and J.C. Adams (1846)
  824. X** 09 24 99 99 00 First Automated return of lunar sample by Luna 1 (1970)
  825. X** 09 26 99 99 00 Cosmonauts Titov and Strekalov are saved from their exploding Soyuz T-10 booster by the launch escape system (1983)
  826. X** 09 28 99 99 00 Edwin Hubble dies (1953)
  827. X** 10 01 99 99 00 Inauguration of NASA (1958)
  828. X** 10 01 99 99 00 Vanguard Project transferred from military to NASA (1958)
  829. X** 10 02 99 99 00 3 cosmonauts return after a record 237 days in orbit (1984)
  830. X** 10 03 99 99 00 Launch of first V-2 rocket to altitude of 53 miles (1942)
  831. X** 10 03 99 99 00 Mercury 8 completes 6 Earth orbits (1962)
  832. X** 10 03 99 99 00 AF pilot Pete Knight flies x-15 at a record 4,534 mph (1967)
  833. X** 10 03 99 99 00 Spaceflight 71-2 launched; first flexible substrate photovoltaic (1972)
  834. X** 10 04 99 99 00 First artificial satellite, Sputnik 1 launched (1957)
  835. X** 10 04 99 99 00 USSR Luna 3 sends back first photos of far side of Moon (1959)
  836. X** 10 04 99 99 00 Courier 1B launched; first active repeater satellite in orbit (1960)
  837. X** 10 05 99 99 00 Robert Goddard born (1882)
  838. X** 10 05 99 99 00 Edwin Hubble identifies Cepheid variable star (1923)
  839. X** 10 05 99 99 00 41-G Challenger carried first Canadian, Marc Garneau, into orbit (1984)
  840. X** 10 07 99 99 00 Luna 3 photographs far side of Moon (1959)
  841. X** 10 08 99 99 00 Ejnar Hertzsprung born (1873)
  842. X** 10 09 99 99 00 2 cosmonauts launched to saluyt 5, but returned after failing to dock (1977)
  843. X** 10 09 99 99 00 Kathy Sullivan becomes first American woman to walk in space (1984)
  844. X** 10 10 99 99 00 Neptunian moon Triton discovered by William Lassel (1846)
  845. X** 10 11 99 99 00 Pioneer 1 launched; first spacecraft launched by NASA as official agency (1958)
  846. X** 10 11 99 99 00 First manned Apollo flight launched (Apollo 7) (1968)
  847. X** 10 11 99 99 00 Cosmonauts Popov and Ryumin set space endurance record of 184 days (1980)
  848. X** 10 12 99 99 00 US/USSR signed an agreement for joint space effort in telecommunications and meteorology; pact was never fullfilled (1962)
  849. X** 10 12 99 99 00 USSR launches first 3 man crew in space (1964)
  850. X** 10 12 99 99 00 Mariner 9 photographs Martian north pole (1972)
  851. X** 10 13 99 99 00 Tycho Brahe dies (1601)
  852. X** 10 13 99 99 00 Voshkod 1 crew returns (1964)
  853. X** 10 14 99 99 00 Yeager makes first supersonic flight at EAF (1947)
  854. X** 10 14 99 99 00 2 cosmonats launched to Salyut 6, but return without docking (1976)
  855. X** 10 18 99 99 00 USSR Venera 4 became first craft to make controlled descent into Venusian atmosphere (1967)
  856. X** 10 19 99 99 00 Mariner 5 flies by Venus (1967)
  857. X** 10 21 99 99 00 Launch of Venera 9, first craft to orbit Venus (1975)
  858. X** 10 22 99 99 00 Chinese make first record of solar eclipse (2136BC)
  859. X** 10 22 99 99 00 USSR's Venera 9 sends first photos from Venus (1975)
  860. X** 10 22 99 99 00 Apollo 7 crew returns (1968)
  861. X** 10 22 99 99 00 USSR Venera 9 made day landing on Venus (1975)
  862. X** 10 23 99 99 00 Creation of Cosmos, according to Archbishop James Usher (4004 BC)
  863. X** 10 24 99 99 00 Uranian moons Ariel and Umbriel discovered by Lassel (1846)
  864. X** 10 24 99 99 00 Disaster on USSR launch pad kills missle expert Nedelin and his team (unconfirmed); USSR claims he was killed in plane crash (1960)
  865. X** 10 24 99 99 00 Intelsat 5 re-enters Earth's atmosphere 5 months after upper stage fails (1984)
  866. X** 10 25 99 99 00 Saturnian moon Iapetus discovered by Giovanni Cassini (1671)
  867. X** 10 25 99 99 00 Henry Norris Russell born (1877)
  868. X** 10 25 99 99 00 USSR Venera 10 lands on Venus (1975)
  869. X** 10 26 99 99 00 USSR Soyuz 2 launched (1968)
  870. X** 10 27 99 99 00 First unmanned flight test of Saturn rocket (1961)
  871. X** 10 28 99 99 00 German rocket engineers begin work in USSR (1946)
  872. X** 10 28 99 99 00 US/USSR sign agreement to discuss joint space efforts (1970)
  873. X** 10 29 99 99 00 Edmund Halley born (1656)
  874. X** 10 30 99 99 00 USSR Kosmos 186 and 188 make first automatic docking (1967)
  875. X** 10 30 99 99 00 Venmera 13 launched toward Venus
  876. X** 11 01 99 99 00 Werner Von Braun heads German liquid fueled rocket development (1932)
  877. X** 11 01 99 99 00 Asteroid Chiron discovered (1977)
  878. X** 11 02 99 99 00 Harlow Shapley born (1885)
  879. X** 11 03 99 99 00 Laika becomes the first animal launched into orbit by USSR (1957)
  880. X** 11 03 99 99 00 Mariner 10 launched first flyby pictures of Venus, first mission to Mercury (1973)
  881. X** 11 05 99 99 00 US ATS-3 takes first pictures of full Earth disk (1967)
  882. X** 11 07 99 99 00 Goddard demonstrates tube-launched solid propellant rocket (1918)
  883. X** 11 08 99 99 00 Edmund Halley born (1656)
  884. X** 11 09 99 99 00 First unmanned Saturn V flight tests Apollo 4 reentry module (1967)
  885. X** 11 10 99 99 00 USSR launches Zond 6 to Moon (1968)
  886. X** 11 11 99 99 00 Gemini 12 launched, takes first solar eclipse photos from spac (1966)
  887. X** 11 12 99 99 00 Voyager 1 makes closest approach to Saturn (1980)
  888. X** 11 13 99 99 00 Mariner 9 orbits Mars (1971)
  889. X** 11 14 99 99 00 Apollo 12 launched to Moon (1969)
  890. X** 11 15 99 99 00 Johannes Kepler dies (1630)
  891. X** 11 15 99 99 00 Willim Herschel born (1738)
  892. X** 11 16 99 99 00 Skylab 4 launched, completes longest US space flight; 2017 h (1973)
  893. X** 11 20 99 99 00 Edwin Hubble born (1889)
  894. X** 11 21 99 99 00 J. de Rozier makes first balloon flight (1783)
  895. X** 11 22 99 99 00 Arthur S. Eddington dies (1944)
  896. X** 11 25 99 99 00 First Soviet liquid rocket attains altitude of 261 ft (1933)
  897. X** 11 26 99 99 00 First Meteor photograph (1885)
  898. X** 11 29 99 99 00 Mercury launches a chimp called Ham (1961)
  899. X** 12 02 99 99 00 First semi soft landing made by Russia's Mars 3 (1971)
  900. X** 12 03 99 99 00 Pioneer 10 becomes first spacecraft to reach Jupiter (1973)
  901. X** 12 04 99 99 00 Gemini 7 begins first Jupiter flyby (1973)
  902. X** 12 06 99 99 00 First attempted satellite launch (unsuccessful) (1957)
  903. X** 12 07 99 99 00 Last Apollo mission launched (Apollo 17) (1972)
  904. X** 12 09 99 99 00 First US probes sent to Venus (1978)
  905. X** 12 13 99 99 00 Russell Porter born (1871)
  906. X** 12 14 99 99 00 Tycho Brahe born (1546)
  907. X** 12 14 99 99 00 Mariner II sends first detailed information about Venus from distance of 21,600 miles (1962)
  908. X** 12 15 99 99 00 Gemini 6 & 7 make first space rendevous (1965)
  909. X** 12 15 99 99 00 First craft to land on Venus, Venera 7 (1971)
  910. X** 12 17 99 99 00 First Powered flight by Orville Wright (1903)
  911. X** 12 18 99 99 00 First test project of SCOR (Signal Communications by Orbiting Relay Equipment) (1958)
  912. X** 12 18 99 99 00 Borman and Lovell Splash down in Atlantic to end two week Gemini VII mission (1965)
  913. X** 12 20 99 99 00 First Space walk made by Grechko from Salyut (1977)
  914. X** 12 21 99 99 00 Apollo 8 launched: first manned lunar flight (1968)
  915. X** 12 23 99 99 00 Saturnian moon Rhea discovered by Giovanni Cassini (1672)
  916. X** 12 23 99 99 00 First men to orbit Moon: Borman, Lovell & Anders (1968)
  917. X** 12 24 99 99 00 Luna 13 lands on Moon (1966)
  918. X** 12 24 99 99 00 Apollo 8 Christmas Eve telecast made from lunar orbit (1968)
  919. X** 12 25 99 99 00 Isaac Newton born (1642)
  920. X** 12 27 99 99 00 Johannes Kepler born (1571)
  921. X** 12 28 99 99 00 Arthur S. Eddington born (1882)
  922. X
  923. END_OF_FILE
  924. if test 25772 -ne `wc -c <'dates/space'`; then
  925.     echo shar: \"'dates/space'\" unpacked with wrong size!
  926. fi
  927. # end of 'dates/space'
  928. fi
  929. echo shar: End of shell archive.
  930. exit 0
  931.  
  932.